home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / aolcha1g / fun_with.frm next >
Text File  |  1999-09-05  |  18KB  |  581 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Teco's ""Fun With Text"" Examples"
  4.    ClientHeight    =   6390
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   7665
  8.    LinkTopic       =   "Form1"
  9.    MaxButton       =   0   'False
  10.    ScaleHeight     =   6390
  11.    ScaleWidth      =   7665
  12.    StartUpPosition =   2  'CenterScreen
  13.    Begin VB.Frame Frame13 
  14.       Height          =   975
  15.       Left            =   0
  16.       TabIndex        =   41
  17.       Top             =   5400
  18.       Width           =   7575
  19.       Begin VB.Label Label15 
  20.          Alignment       =   2  'Center
  21.          BackStyle       =   0  'Transparent
  22.          Caption         =   "FOR ALL YOUR VB NEEDS:   http://www.planet-source-code.com/vb/"
  23.          BeginProperty Font 
  24.             Name            =   "MS Sans Serif"
  25.             Size            =   8.25
  26.             Charset         =   0
  27.             Weight          =   700
  28.             Underline       =   0   'False
  29.             Italic          =   0   'False
  30.             Strikethrough   =   0   'False
  31.          EndProperty
  32.          Height          =   255
  33.          Left            =   120
  34.          TabIndex        =   44
  35.          Top             =   720
  36.          Width           =   7335
  37.       End
  38.       Begin VB.Label Label14 
  39.          Alignment       =   2  'Center
  40.          Caption         =   "Special Thanks also goes out to ANTI for their Repetitions Counter Coding Example"
  41.          Height          =   255
  42.          Left            =   120
  43.          TabIndex        =   43
  44.          Top             =   480
  45.          Width           =   7335
  46.       End
  47.       Begin VB.Label Label13 
  48.          Alignment       =   2  'Center
  49.          Caption         =   "Special Thanks goes out to JASON MONROE for his Encrypt/Decrypt Coding Example."
  50.          Height          =   255
  51.          Left            =   120
  52.          TabIndex        =   42
  53.          Top             =   240
  54.          Width           =   7335
  55.       End
  56.    End
  57.    Begin VB.Frame Frame11 
  58.       Caption         =   "Example #6"
  59.       Height          =   1695
  60.       Left            =   3960
  61.       TabIndex        =   34
  62.       Top             =   3600
  63.       Width           =   3615
  64.       Begin VB.CommandButton Command11 
  65.          Caption         =   "Counter Letter ""E"""
  66.          Height          =   375
  67.          Left            =   1920
  68.          TabIndex        =   40
  69.          Top             =   1200
  70.          Width           =   1575
  71.       End
  72.       Begin VB.CommandButton Command10 
  73.          Caption         =   "Count Letter ""O"""
  74.          Height          =   375
  75.          Left            =   120
  76.          TabIndex        =   39
  77.          Top             =   1200
  78.          Width           =   1815
  79.       End
  80.       Begin VB.Frame Frame12 
  81.          Height          =   615
  82.          Left            =   120
  83.          TabIndex        =   36
  84.          Top             =   480
  85.          Width           =   3375
  86.          Begin VB.TextBox Text6 
  87.             Height          =   285
  88.             Left            =   720
  89.             TabIndex        =   38
  90.             Text            =   "Moo Is Definately For You Too"
  91.             Top             =   240
  92.             Width           =   2535
  93.          End
  94.          Begin VB.Label Label12 
  95.             Caption         =   "String:"
  96.             Height          =   255
  97.             Left            =   120
  98.             TabIndex        =   37
  99.             Top             =   240
  100.             Width           =   855
  101.          End
  102.       End
  103.       Begin VB.Label Label11 
  104.          Caption         =   "Repetitions                                    (⌐1999 Anti)"
  105.          Height          =   255
  106.          Left            =   120
  107.          TabIndex        =   35
  108.          Top             =   240
  109.          Width           =   3375
  110.       End
  111.    End
  112.    Begin VB.Frame Frame9 
  113.       Caption         =   "Example #5"
  114.       Height          =   1695
  115.       Left            =   0
  116.       TabIndex        =   27
  117.       Top             =   3600
  118.       Width           =   3855
  119.       Begin VB.CommandButton Command9 
  120.          Caption         =   "Encrypt"
  121.          Height          =   375
  122.          Left            =   2040
  123.          TabIndex        =   33
  124.          Top             =   1200
  125.          Width           =   1695
  126.       End
  127.       Begin VB.CommandButton Command8 
  128.          Caption         =   "Decrypt"
  129.          Height          =   375
  130.          Left            =   120
  131.          TabIndex        =   32
  132.          Top             =   1200
  133.          Width           =   1935
  134.       End
  135.       Begin VB.Frame Frame10 
  136.          Height          =   615
  137.          Left            =   120
  138.          TabIndex        =   29
  139.          Top             =   480
  140.          Width           =   3615
  141.          Begin VB.TextBox Text5 
  142.             Height          =   285
  143.             Left            =   720
  144.             TabIndex        =   31
  145.             Text            =   "Technical Communications"
  146.             Top             =   240
  147.             Width           =   2775
  148.          End
  149.          Begin VB.Label Label10 
  150.             Caption         =   "String:"
  151.             Height          =   255
  152.             Left            =   120
  153.             TabIndex        =   30
  154.             Top             =   240
  155.             Width           =   855
  156.          End
  157.       End
  158.       Begin VB.Label Label9 
  159.          Caption         =   "Data Encryption                  (⌐1999 Jason Monroe)"
  160.          Height          =   255
  161.          Left            =   120
  162.          TabIndex        =   28
  163.          Top             =   240
  164.          Width           =   3615
  165.       End
  166.    End
  167.    Begin VB.Frame Frame7 
  168.       Caption         =   "Example #4"
  169.       Height          =   1695
  170.       Left            =   3960
  171.       TabIndex        =   20
  172.       Top             =   1800
  173.       Width           =   3615
  174.       Begin VB.CommandButton Command7 
  175.          Caption         =   "Trim Trailing"
  176.          Height          =   375
  177.          Left            =   1920
  178.          TabIndex        =   26
  179.          Top             =   1200
  180.          Width           =   1575
  181.       End
  182.       Begin VB.CommandButton Command6 
  183.          Caption         =   "Trim Leading"
  184.          Height          =   375
  185.          Left            =   120
  186.          TabIndex        =   25
  187.          Top             =   1200
  188.          Width           =   1815
  189.       End
  190.       Begin VB.Frame Frame8 
  191.          Height          =   615
  192.          Left            =   120
  193.          TabIndex        =   22
  194.          Top             =   480
  195.          Width           =   3375
  196.          Begin VB.TextBox Text4 
  197.             Height          =   285
  198.             Left            =   720
  199.             TabIndex        =   24
  200.             Text            =   "     My The Sky Is Blue To You?   "
  201.             Top             =   240
  202.             Width           =   2535
  203.          End
  204.          Begin VB.Label Label8 
  205.             Caption         =   "String:"
  206.             Height          =   255
  207.             Left            =   120
  208.             TabIndex        =   23
  209.             Top             =   240
  210.             Width           =   735
  211.          End
  212.       End
  213.       Begin VB.Label Label7 
  214.          Caption         =   "Removing Trailing and Leading Spaces"
  215.          Height          =   255
  216.          Left            =   120
  217.          TabIndex        =   21
  218.          Top             =   240
  219.          Width           =   3255
  220.       End
  221.    End
  222.    Begin VB.Frame Frame5 
  223.       Caption         =   "Example #3"
  224.       Height          =   1695
  225.       Left            =   0
  226.       TabIndex        =   14
  227.       Top             =   1800
  228.       Width           =   3855
  229.       Begin VB.CommandButton Command5 
  230.          Caption         =   "Reverse String"
  231.          Height          =   375
  232.          Left            =   120
  233.          TabIndex        =   19
  234.          Top             =   1200
  235.          Width           =   3615
  236.       End
  237.       Begin VB.Frame Frame6 
  238.          Height          =   615
  239.          Left            =   120
  240.          TabIndex        =